home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1998 March / EnigmA AMIGA RUN 25 (1997)(G.R. Edizioni)(IT)[!][issue 1998-03].iso / recent2 / exp13.readme < prev    next >
Text File  |  1998-02-19  |  957b  |  35 lines

  1. Short:        Interpreter of expression on shell!!!
  2. Author:       Dattola Filippo  Sasso Marconi(BO)
  3. Uploader:     My E-Mail is filippo@rdv.it
  4. Version:      1.3
  5. Type:         util/shell
  6. Distribution: FreeWare
  7.  
  8. This program calculate the expression immited from shell, and resolve the expression
  9. with a print progressive of result on decimal, binary and esadecimal format.
  10. You can insert decimal, binary and esadecimal number.
  11. The operator possible is:
  12.  
  13. Priority        Operator
  14. Bracket            ( ) 
  15. High            (POW,^) (~,!,NOT) EXP
  16.                 * / (%,R)
  17.                 + -
  18.                 < > <= >=
  19.                 != ==
  20. Low             (&,AND) (|,OR) (X,XOR)
  21.  
  22. Examples:
  23.  
  24.  Exp 56*(45-3+(34/2)+3)-4
  25.  
  26. No surprises if you see a lot of numbers on shell, it is only the print progressive
  27. of all passing of the expression.
  28. The final result is displayed on 3 format:
  29.  
  30.  Decimal
  31.  Hexadecimal
  32.  Binary
  33.  
  34. On the options you can not display the last 2 format.
  35.